home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / sound / pianoplayer / pianoplayer.readme < prev    next >
Text File  |  1999-05-25  |  3KB  |  79 lines

  1.  
  2. PianoPlayer v1.0
  3. ----------------
  4.  
  5. This is just a little demonstration of the cool Piano Keyboard
  6. MUI class by Calgero Cali. I found this class and thought "Well,
  7. one could do nice things with this class....". Now here is the
  8. result of 2 hours of coding: PianoPlayer. This program loads a
  9. Protracker module and plays it. The different notes played on
  10. each channel are displayed on a keyboard.
  11.  
  12. Requirements:
  13.  
  14. - you need MUI3.8 and PianoKeyboard custom class (dev/mui/MCC_Pkb14_4.lha)
  15. - if you want to play packed modules you need xfdmaster.library
  16. - for the installation you need NewInstaller (Aminet: util/wb)
  17.  
  18. Features of PianoPlayer (not much):
  19.  
  20. - plays Protracker modules using CIA
  21. - nice looking because of MUI 
  22. - supports xfdmaster.library for decrunching
  23. - ....anything else?
  24.  
  25. Xfdmaster.library is supported but not necessary. If it`s
  26. not installed you can only play not packed modules. 
  27.  
  28. This version lacks of:
  29.  
  30. - multitasking (you cannot do anything else in the GUI while
  31.   a Mod is playing - maybe I`ll create an extra task for this job
  32.   in future)
  33. - the keys aren`t updated if the same note is played...I don`t
  34.   know how to manage this correctly. If I let every note play it
  35.   flickers...
  36.  
  37. Have fun and send me feedback!
  38.  
  39. Andreas Falkenhahn
  40. An der Trift 2
  41. 36132 Eiterfeld-Arzell
  42. GERMANY
  43.  
  44. E-Mail: Andreas.Falkenhahn@gmx.de
  45. WWW: http://www.home.pages.de/~Airsoft
  46.  
  47.  
  48.  
  49. -- MUI Readme --
  50.  
  51. ------------------------------------------------------------------------
  52.                         MUI - MagicUserInterface
  53.  
  54.                               Version 3.8
  55.  
  56.                   (c) Copyright 1992-97, Stefan Stuntz
  57. ------------------------------------------------------------------------
  58.  
  59. MUI  is  an object oriented system to create and maintain graphical user
  60. interfaces.  From  a programmers point of view, using MUI saves a lot of
  61. time  and  makes life much easier. Thinking about complicated terms like
  62. window resizing or font sensitivity is simply not neccesary.
  63.  
  64. On  the  other hand, users of MUI based applications have the ability to
  65. customize  nearly every pixel of a programs interface according to their
  66. personal taste.
  67.  
  68. Please click on the Install-MUI icon to install MUI on your system or to
  69. update from previous versions.  Latest news and support  can be found on
  70. Internet at www.sasg.com.
  71.  
  72.                               ***********
  73.  
  74.                                Attention
  75.  
  76.     If you're still not registered for MUI, check the new and unique
  77.   shareware lottery and great discounts at www.sasg.com. Give it a try!
  78.  
  79.